home *** CD-ROM | disk | FTP | other *** search
- ; NOTE: A knob index of 1 cannot be allowed because this number is already
- ; assigned to BareED's move gadget within the right window border.
- ; When the named image cannot be found, it is internally skipped and
- ; BareED continues with the next image.
-
- ; You may of course change the order of the files that BareED should load
- ; in, but pay attention: the index is the most important thing here. The
- ; index below gives an overview which index belongs to which function.
-
- ; You should take care of that a converted image will need (depends on size
- ; and depth) usually threefold amount of memory as it uses on disk.
-
-
- ; All files that should be loaded in must be converted using BitMapSaver. No
- ; other formats than those created by BitMapSaver will be accepted, but you
- ; can use imagery up to 256 colours and of any size.
-
- ; The best way is to crop your Workbench and adapt all imagery to the
- ; Workbench colour scheme. Then, render the imagery to the lowest depth
- ; without losing pixels. Save them as IFF-imagery (brushes) and use
- ; BitMapSaver to convert them.
-
-
- ; Following must be written in capitals
- FILPAT=0x5555AAAA ; to fill up unused area of knob-bank (zero to disable)
- PATPEN=2 ; which pen to use for pattern-fill
- VSPACE=2 ; vertical spacing between border and imagery (may be zero and negative)
- HSPACE=0 ; horizontal spacing between imagery (may be zero and negative)
- ONEPAL=1 ; use one global palette for all imagery (value 1) or each image with its own (value 0),
- ; using a global palette is 30% faster and therefore recommended, however,
- ; up from a 68040 it doesn't matter, it will take approx. one second to set up imagery
-
- ; Order and filenames may be changed by user
- ;
- ; Please note that in this Example the knob directory must be placed in
- ; BareED's main drawer, e.g.
- ; Sys:Utilities/BareED/ -> Sys:Utilities/BareED/knobs/...
-
-
- ; ------------------------------------------------------------------------------
-
- ; 0,knobs/Exit.btn -> unsupported - for versions allowing to use multiple files
- ; 1,knobs/Prop.btn -> unsupported - see notes above...
-
- 2,knobs/Load.btn
- 3,knobs/Save.btn
- 4,knobs/New.btn
-
- ; 5,knobs/Close.btn -> unsupported - for version allowing to use multiple files
- ; 6,knobs/Print.btn ; realised through an external program (DAC-Dump), via semicolon disabled
-
- 7,knobs/Screen.btn
- 8,knobs/Tab.btn
- 9,knobs/Font.btn
- 10,knobs/Pencils.btn
-
- ; 11,knobs/Palette.btn -> unsupported - change palette of screen
-
- ; ------------------------------------------------------------------------------
-
- 12,knobs/PutClip.btn ; drop marked block as clip
- 13,knobs/GetClip.btn ; insert clip
-
- ; 14,knobs/Undo.btn ; now useable - but you have to design on your own an imagery for it!
-
- 15,knobs/WriteBlock.btn
- 16,knobs/InsertBlock.btn
-
- ; ------------------------------------------------------------------------------
-
- 17,knobs/Find.btn
- 18,knobs/Replace.btn
- 19,knobs/Goto.btn
-
- ; ------------------------------------------------------------------------------
-
- 20,knobs/BlockFormat.btn ; Block layout
- 21,knobs/AGuideBlockFormat.btn ; AmigaGuide compatible block layout
-
- ; 22,knobs/RexxMacro.btn -> unsupported - will be supported in the far future
- ; 23,knobs/Prefs.btn -> unsupported
-
- ; ------------------------------------------------------------------------------
-
- 40,knobs/ARexx01.btn (SYS:RexxC/RX rexx/Info.rx)
- 41,knobs/ARexx02.btn (SYS:RexxC/RX rexx/CountWords.rx)
- 42,knobs/ARexx03.btn (SYS:RexxC/RX rexx/Layout.rx)
- 43,knobs/ARexx04.btn (SYS:RexxC/RX rexx/RemCompLabels.rx)
- 44,knobs/ARexx05.btn (SYS:RexxC/RX rexx/RemInvalidChars.rx)
-
- ; Strip comments before you use this file - to save memory